Missing tests to check the daemon values in snap.yaml
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
We don't have any test that verify that the correct values for daemon apps are generated from the snapcraft.yaml to the snap.yaml.
We only have tests for the valid values.
We need tests that take a snapcraft.yaml like this:
[...]
apps:
test:
command: test
daemon: simple
post-stop-command: test-post-stop
[...]
and check the resulting meta/snap.yaml.
Evaluation history
No evaluation history available.